.deutsch-b1-horen {
  background: var(--light-gray);
  overflow-x: hidden;
}

.deutsch-b1-horen .heading {
  text-align: center;
}

.deutsch-b1-horen form {
  width: 100%;
}

.deutsch-b1-horen .box_borders_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 56px;
}

.deutsch-b1-horen .box_borders_row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.deutsch-b1-horen .box_border_wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.deutsch-b1-horen .box_border_wrapper_header {
  position: absolute;
  right: 0;
  top: -56px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}

.deutsch-b1-horen .box_border_wrapper_header .item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.deutsch-b1-horen .box_border_wrapper_header .item span {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.deutsch-b1-horen .box_border_wrapper_header .item #countdown.red {
	color: #FB2C37;
}

.deutsch-b1-horen .box_border {
  border: 2px solid var(--gray);
  border-radius: 25px;
  padding: 40px 102px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.deutsch-b1-horen .box_border.flex_border {
  display: flex;
  flex-direction: column;
}

.deutsch-b1-horen .box_border.small {
  padding: 28px;
}

.deutsch-b1-horen .box_border.no_padding {
  padding: 0;
}

.deutsch-b1-horen .box_border.large {
  padding: 50px 106px;
}

.deutsch-b1-horen .box_border.small .box-status .status {
  right: -30px;
  background: var(--white);
  z-index: 3;
}

.deutsch-b1-horen .box_border_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid var(--gray);
}

.deutsch-b1-horen .box_border-content {
  flex-grow: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.deutsch-b1-horen .box_border-content textarea {
  flex-grow: 1;
  height: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #000000B2;
  border: 0;
  resize: none;
}

.deutsch-b1-horen .box_border-content textarea:focus,
.deutsch-b1-horen .box_border-content textarea:focus-visible {
  outline: 0;
}

.deutsch-b1-horen .box_border .loader_block,
.deutsch-b1-horen .box_border .lock_block,
.deutsch-b1-horen .box_border .start_audio_block,
.deutsch-b1-horen .box_border .listening_audio_block,
.deutsch-b1-horen .box_border .record_audio_block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--white);
  z-index: 2;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 20px;
}

.deutsch-b1-horen .box_border .lock-block.with-header {
	height: calc(100% - 65px);
  	top: 65px;
}

.deutsch-b1-horen .box_border .start_audio_block {
  gap: 32px;
}

.deutsch-b1-horen .box_border .loader_block.active,
.deutsch-b1-horen .box_border .lock_block.active,
.deutsch-b1-horen .box_border .start_audio_block.active,
.deutsch-b1-horen .box_border .listening_audio_block.active,
.deutsch-b1-horen .box_border .record_audio_block.active {
  display: flex;
}

.deutsch-b1-horen .box_border .loader_block .loader {
  position: relative;
  width: 60px;
  height: 60px;
}

.deutsch-b1-horen .box_border .loader_block .loader span {
  position: absolute;
  top: 74%;
  left: 46%;
  width: 4px;
  height: 14px;
  background: var(--primary-orange);
  border-radius: 2px;
  transform-origin: center -14px;
  opacity: 0.2;
  animation: pulse 1s linear infinite;
}

.deutsch-b1-horen .box_border .loader_block .loader span:nth-child(1) { transform: rotate(0deg);   animation-delay: 0s; }
.deutsch-b1-horen .box_border .loader_block .loader span:nth-child(2) { transform: rotate(45deg);  animation-delay: 0.125s; }
.deutsch-b1-horen .box_border .loader_block .loader span:nth-child(3) { transform: rotate(90deg);  animation-delay: 0.25s; }
.deutsch-b1-horen .box_border .loader_block .loader span:nth-child(4) { transform: rotate(135deg); animation-delay: 0.375s; }
.deutsch-b1-horen .box_border .loader_block .loader span:nth-child(5) { transform: rotate(180deg); animation-delay: 0.5s; }
.deutsch-b1-horen .box_border .loader_block .loader span:nth-child(6) { transform: rotate(225deg); animation-delay: 0.625s; }
.deutsch-b1-horen .box_border .loader_block .loader span:nth-child(7) { transform: rotate(270deg); animation-delay: 0.75s; }
.deutsch-b1-horen .box_border .loader_block .loader span:nth-child(8) { transform: rotate(315deg); animation-delay: 0.875s; }

@keyframes pulse {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.2;
  }
}

.deutsch-b1-horen .box_border .loader_block p {
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  color: var(--black);
}

.deutsch-b1-horen .box_border .lock_block .content {
  max-width: 460px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.deutsch-b1-horen .box_border .lock_block img {
  width: 80px;
  height: 80px;
}

.deutsch-b1-horen .box_border .lock_block p {
  margin-bottom: 0;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: var(--black);  
}

.deutsch-b1-horen .box_border .lock_block button {
  max-width: 260px;
  font-size: 20px;
  line-height: 24px;
  padding: 16px;
  border-radius: 10px;
}

.deutsch-b1-horen .box_border .start_audio_block img {
  width: 120px;
  height: 120px;
}

.deutsch-b1-horen .box_border .start_audio_block .text_content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.deutsch-b1-horen .box_border .start_audio_block .text_content h3 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #000000;
}

.deutsch-b1-horen .box_border .start_audio_block .text_content p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #000000B2;
}

.deutsch-b1-horen .box_border .start_audio_block button {
  max-width: 238px;
  font-size: 20px;
  line-height: 24px;
  padding: 16px;
  border-radius: 10px;
}

.deutsch-b1-horen .box_border .listening_audio_block > img {
  width: 120px;
  height: 120px;
  margin-bottom: 16px;
}

.deutsch-b1-horen .box_border .listening_audio_block .volume {
  display: flex;
  align-items: center;
  gap: 10px;
}

.deutsch-b1-horen .box_border .listening_audio_block .volume img {
  width: 32px;
  height: 32px;
}

.deutsch-b1-horen .box_border .listening_audio_block .volume .volume_text {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  color: var(--primary-orange);
}

.deutsch-b1-horen .box_border .listening_audio_block p {
  margin-bottom: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #000000B2; 
}

.deutsch-b1-horen .box_border .record_audio_block img {
  width: 120px;
  height: 120px;
}

.deutsch-b1-horen .box_border .record_audio_block .content {
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.deutsch-b1-horen .box_border .record_audio_block .content .top {
  display: flex;
  align-items: center;
  gap: 8px;
}

.deutsch-b1-horen .box_border .record_audio_block .content .top .circle {
  width: 16px;
  height: 16px;
  display: inline-flex;
  background-color: #FF8184;
  border-radius: 50%;
}

.deutsch-b1-horen .box_border .record_audio_block .content .top .text {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #FB2C37;
}

.deutsch-b1-horen .box_border .record_audio_block .content .record_time {
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
  color: #000000;
}

.deutsch-b1-horen .box_border .record_audio_block .content .progress_bar {
  position: relative;
  width: 100%;
  height: 12px;
  border: 1px solid var(--gray);
  border-radius: 25px;
}

.deutsch-b1-horen .box_border .record_audio_block .content .progress_bar .progress_value {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 124px;
  background: var(--primary-orange);
  border: 1px solid var(--primary-orange);
  border-radius: 25px;
}

.deutsch-b1-horen .box_border .record_audio_block .text {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #000000B2;
}

.deutsch-b1-horen .box_border .record_audio_block .buttons {
  max-width: 484px;
  width: 100%;
  display: flex;
  gap: 8px;
}

.deutsch-b1-horen .box_border .record_audio_block .buttons .btn {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 56px;
  width: 100%;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.4s;
}

.deutsch-b1-horen .box_border .record_audio_block .buttons .btn:first-child {
  background-color: transparent;
  border: 2px solid var(--primary-orange);
  color: var(--black);
}

.deutsch-b1-horen .box_border .record_audio_block .buttons .btn:last-child {
  background-color: var(--primary-orange);
  border: 0;
  color: var(--white);
}

.deutsch-b1-horen .box_border .record_audio_block .buttons .btn svg rect {
  transition: all 0.4s;
}

.deutsch-b1-horen .box_border .record_audio_block .buttons .btn:first-child:hover {
  background-color: var(--primary-orange);
  color: var(--white);
}

.deutsch-b1-horen .box_border .record_audio_block .buttons .btn:last-child:hover {
  background-color: var(--black);
}

.deutsch-b1-horen .box_border .record_audio_block .buttons .btn:first-child:hover svg rect {
  stroke: var(--white);
}

.deutsch-b1-horen .box_border .input__box .primary-button {
  margin-bottom: initial;
}

.deutsch-b1-horen .box_border .black {
  color: var(--black);
}

.deutsch-b1-horen .back__width {
  background: var(--white);
}

.deutsch-b1-horen .box_borders_wrapper button {
  align-self: center;
  max-width: 343px;
  width: 100%;
  justify-content: center;
  transition: all 0.4s;
}

.deutsch-b1-horen .center {
  text-align: center;
}

.deutsch-b1-horen .box_border_header h3,
.deutsch-b1-horen .box_border_header span {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #000000;
}

.deutsch-b1-horen .box_border_header span#count_words {
  color: var(--primary-orange);
}

.deutsch-b1-horen .box_border h2 {
  text-align: center;
  margin-bottom: 25px;
}

.box_border p {
  margin-bottom: 35px;
}

.deutsch-b1-horen .box_border hr {
  width: calc(100% + 204px);
  height: 1px;
  background: var(--gray);
  padding: 0;
  margin: 35px 0 35px -102px;
}

.deutsch-b1-horen .box_border hr.width {
  width: 100%;
  height: 1px;
  background: var(--gray);
  padding: 0;
  margin: 35px 0;
}

.box_border > *:last-child {
  margin-bottom: 0;
}

.deutsch-b1-horen .box_border .grup__button {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 35px;
}

.deutsch-b1-horen .box_border .grup__button button {
  max-width: 343px;
  width: 100%;
  justify-content: center;
  transition: all 0.4s;
}

.deutsch-b1-horen .box_border .grup__button button a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 20px 45px;
  transition: all 0.4s;
}

.deutsch-b1-horen .box__audio h3 {
  color: var(--primary-orange);
  text-align: center;
}

.deutsch-b1-horen-button.primary-button.border.small {
  border: 4px solid var(--primary-orange);
  min-width: 410.92px;
  width: max-content;
  min-height: 80px;
  display: flex;
  justify-content: center;
  font: 600 24px/1.3em Inter;
}

.heading_h2_center {
  padding: 0 20px;
  text-align: center;
}

.back__width {
  background: var(--white);
}

.deutsch-b1-horen .max-width {
  max-width: 1044px;
  width: 100%;
}

.deutsch-b1-horen .box__padding__left {
  padding-left: 106px;
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding-top: 35px;
  border-top: 1px solid var(--gray);
}

.deutsch-b1-horen .box__padding__left .address p {
  font: 400 20px/1.3em Inter;
  margin-bottom: 4px;
}

.deutsch-b1-horen .box__padding__left .address {
  margin-bottom: 25px;
}

.deutsch-b1-horen .color_orange {
  color: var(--primary-orange);
}

.deutsch-b1-horen .span_orange span {
  color: var(--primary-orange);
}

.deutsch-b1-horen .span_orange {
  color: var(--black);
}

.deutsch-b1-horen .box_border.grey__content p {
  color: var(--light-black);
  margin-bottom: 20px;
}

.deutsch-b1-horen ul.dot_list {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px 0;
  margin-bottom: 25px;
}

.deutsch-b1-horen ul.dot_list li {
  position: relative;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}

.deutsch-b1-horen ul.dot_list li.line-through {
  text-decoration: line-through;
}

.deutsch-b1-horen ul.dot_list li::before {
  content: "";
  position: relative;
  width: 15px;
  height: 15px;
  background: var(--primary-orange);
  border-radius: 50%;
}

.deutsch-b1-horen ul.dot_list li.red {
  color: var(--red);
  font-weight: 600;
}
.deutsch-b1-horen ul.dot_list li.green {
  color: var(--dark-green);
  font-weight: 600;
}

.deutsch-b1-horen .span-border.red {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--black);
  height: 32px;
  border-radius: 25px;
  padding: 0 19px;
  font: 400 20px / 1.3em Inter;
  border: 2px solid var(--red);
  transition: all 0.3s linear;
}

.deutsch-b1-horen .span-border.green {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--black);
  height: 32px;
  border-radius: 25px;
  padding: 0 19px;
  font: 400 20px / 1.3em Inter;
  border: 2px solid var(--dark-green);
  transition: all 0.3s linear;
}

.deutsch-b1-horen .form_input {
  margin-bottom: 15px;
  max-width: 874px;
}

.deutsch-b1-horen .h3__title {
  font: 500 36px/1.3em Inter;
  margin-bottom: 15px;
}
.deutsch-b1-horen .p_20sz .text.p2,
.deutsch-b1-horen .p_20sz .text.p3 {
  font: 400 20px/2.5em Inter;
  margin-bottom: 35px;
}

.deutsch-b1-horen .p_20sz .text.p2 strong,
.deutsch-b1-horen .p_20sz .text.p3 strong {
  font-weight: 600;
}

.deutsch-b1-horen .box_24sz {
  margin-bottom: 35px;
}

.deutsch-b1-horen .box_24sz p {
  font: 400 24px/34px Inter;
  margin-bottom: 15px;
}

.deutsch-b1-horen .box_24sz p.bold {
  font: 600 24px/34px Inter;
}

.deutsch-b1-horen .box_24sz ul li {
  font: 400 24px/34px Inter;
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.deutsch-b1-horen .box_24sz ul li {
  padding-left: 10px;
}

.deutsch-b1-horen .box_24sz ul li::before {
  content: "";
  position: relative;
  width: 7px;
  height: 7px;
  background: var(--black);
  border-radius: 50%;
  margin-right: 10px;
}

.deutsch-b1-horen .box_28sz {
  font: 600 24px/36px Inter;
  margin-bottom: 15px;
  color: var(--black);
}

.deutsch-b1-horen .box_28sz.center {
  text-align: center;
}

.deutsch-b1-horen .box_28sz span {
  color: var(--primary-orange);
}

.mh-500 {
  min-height: 500px; 
}

.mgb-24 {
  margin-bottom: 24px;
}
.deutsch-b1-horen .box_border .record_audio_block img.mobile {
  	display: none;
}
.start_block_wrapper {
     flex-direction: column;
      align-items: center;
      justify-content: center;
      display: flex;
      gap: 32px;
  }

.start_block_wrapper.mobile {
	display: none;
}

@media (max-width: 1199.98px) {
  .deutsch-b1-horen .box_border .text.p2 br,
  .deutsch-b1-horen .box_border .text.p3 br {
    display: none;
  }

  .deutsch-b1-horen .p_20sz .text.p2,
  .deutsch-b1-horen .p_20sz .text.p3 {
    font: 400 20px/2.5em Inter;
  }

  .deutsch-b1-horen .center.mob-center {
    text-align: center;
  }

  .deutsch-b1-horen .box_border {
    border-radius: 25px;
    padding: 35px 82px;
  }

  .deutsch-b1-horen .box_border hr {
    width: calc(100% + 164px);
    height: 1px;
    background: var(--gray);
    padding: 0;
    margin: 35px 0 35px -82px;
  }

  .deutsch-b1-horen .center {
    text-align: left;
  }
}

@media (max-width: 991.98px) {
  .deutsch-b1-horen .box_border .listening_audio_block > img {
    margin-bottom: 0px;
  }
   .deutsch-b1-horen .box_border .start_audio_block img {
  	 width: 50px !important;
     height: 50px !important;
  }
  .start_block_wrapper.mobile p {
   	margin: 0;
  }
  .start_block_wrapper.mobile {
	display: flex;
  }
  .start_block_wrapper.desktop {
	display: none;
  }
  .start_block_wrapper {
  	flex-direction: column;
    gap: 12px;
  }
  .deutsch-b1-horen .box_border .start_audio_block {
  	padding: 6px;
  }
  .text_content {
  	align-items: center;
    justify-content: center;
  }
  .deutsch-b1-horen .box_border .record_audio_block .content .top {
    gap: 12px;
  }
  .deutsch-b1-horen .box_border .record_audio_block img.desktop, .deutsch-b1-horen .box_border .record_audio_block .circle {
  	display: none !important;
  }
  .deutsch-b1-horen .box_border .record_audio_block img.mobile {
  	display: block;
    width: 35px;
  	height: 35px;
  }
  .deutsch-b1-horen .box_border .record_audio_block .buttons .btn {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 46px;
    width: 100%;
    font-size: 18px;
    line-height: 22px;
  }
  .text-scroll-wrapper.border-padd {
    padding: 12px 24px 12px 6px !important;
    width: calc(100% - 40px) !important;
  }
  
  .deutsch-b1-horen .box_border .record_audio_block .content {
    gap: 4px;
  }
  
  .text-scroll{
    overflow: hidden auto;
    position: relative;
    padding-right: 24px;
  }

  /* fade-оверлей */
  .text-scroll.has-fade::after{
    content:"";
    display:flex;
    position: sticky;
    bottom: 0;
    left: 0;
    width: calc(100% + 48px);
    height: 60px;
    pointer-events: none;
    z-index: 5;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
    min-height: 60px;
    max-height: 60px;
    transform: translate(-24px, 24px);
  }

  /* коли внизу — ховаємо */
  .text-scroll.at-bottom::after{
    opacity: 0;
    transition: opacity .2s ease;
  }
  .deutsch-b1-horen .box_border .start_audio_block img, .deutsch-b1-horen .box_border .record_audio_block img, .deutsch-b1-horen .box_border .loader_block img, .deutsch-b1-horen .box_border .listening_audio_block img  {
    width: 80px;
    height: 80px;
  }
  .deutsch-b1-horen .box_border .start_audio_block {
    gap: 16px;
  }
  .deutsch-b1-horen .box_border .start_audio_block .text_content {
    flex-direction: row;
    gap: 16px;
  }
  .mh-500 {
  	max-height: 350px;
    min-height: 250px;
    overflow-y: auto !important;
  }
  .border-padd {
  	padding: 24px !important;
  }
  .deutsch-b1-horen .h3__title {
    font: 500 30px/1.3em Inter;
  }

  .deutsch-b1-horen .box__padding__left {
    padding-left: 50px;
    padding-top: 20px;
  }

  .deutsch-b1-horen .box__padding__left .address p {
    font: 400 18px / 1.3em Inter;
    margin-bottom: 4px;
  }

  .deutsch-b1-horen .box_border {
    border-radius: 20px;
    padding: 30px 70px;
  }

  .deutsch-b1-horen .box_border hr {
    width: calc(100% + 140px);
    height: 1px;
    background: var(--gray);
    padding: 0;
    margin: 35px 0 35px -70px;
  }

  .box_border p {
    margin-bottom: 28px;
  }

  .grup__button {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  
  .listening-german.deutsch-b1-horen .container {
    gap: 16px;
  }
  
  .deutsch-b1-horen .box_borders_wrapper {
    padding-top: 0;
    gap: 20px;
  }
  
  .deutsch-b1-horen .box_borders_row {
    flex-direction: column;
  }
  
  .deutsch-b1-horen .box_borders_row > .box_border:first-child {
  	min-height: 0;
  }
  
  .deutsch-b1-horen .box_border_wrapper {
    margin-top: 46px;
  }
  
  .deutsch-b1-horen .box_border_wrapper_header {
    top: -46px;
    width: 100%;
    justify-content: space-between;
  }
  
  .deutsch-b1-horen .box_border .lock_block p {
    font-size: 18px;
    line-height: 24px;
  }
  
  .deutsch-b1-horen .box_border .lock_block .primary-button.big {
  	padding: 20px 40px;
    font-size: 18px;
    line-height: 24px;
  }
    
  .deutsch-b1-horen .box_border.small .box-status .status {
    right: 0;
  }

  .deutsch-b1-horen .box_border .grup__button button,
  .deutsch-b1-horen .box_border .grup__button button a {
    max-width: 100%;
    width: 100%;
  }
  
  .deutsch-b1-horen .box_border .grup__button button:not(.border),
  .deutsch-b1-horen .box_border .grup__button button a {
    padding: 20px 40px;
  }
}

@media (max-width: 767.98px) {
  .deutsch-b1-horen .box_28sz {
    font: 600 20px/28px Inter;
    margin-bottom: 15px;
  }

  .deutsch-b1-horen .h3__title {
    font: 500 24px/1.3em Inter;
    margin-bottom: 12px;
  }

  .deutsch-b1-horen .box_24sz {
    margin-bottom: 35px;
  }

  .deutsch-b1-horen .box_24sz p {
    font: 400 18px/24px Inter;
    margin-bottom: 10px;
  }

  .deutsch-b1-horen .box_24sz p.bold {
    font: 600 18px/34px Inter;
  }

  .deutsch-b1-horen .box_24sz ul li {
    font: 400 18px/24px Inter;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .deutsch-b1-horen .box_24sz ul li {
    padding-left: 10px;
  }

  .deutsch-b1-horen .box_24sz ul li::before {
    content: "";
    position: relative;
    width: 7px;
    height: 7px;
    background: var(--black);
    border-radius: 50%;
    margin-right: 10px;
  }

  .deutsch-b1-horen .box__padding__left {
    padding-left: 20px;
    padding-top: 15px;
  }

  .deutsch-b1-horen .dropdown-menu.open {
    display: block;
  }
  

  .deutsch-b1-horen .box_border:not(.flex_border) {
    border-radius: 0;
    padding: 0;
    border: 0px solid var(--gray);
  }
  
  .deutsch-b1-horen .box_border.small,
  .deutsch-b1-horen .box_border.large {
  	padding: 0
  }

  .deutsch-b1-horen .back__width {
    background: #fff;
  }

  .deutsch-b1-horen .box_border hr {
    width: calc(100% + 32px);
    height: 1px;
    background: var(--gray);
    padding: 0;
    margin: 35px 0 35px -16px;
  }
  
  .deutsch-b1-horen .box_border-content textarea {
    background: #fff;
  }
  
  .deutsch-b1-horen .box_borders_wrapper button {
  	max-width: none;
  }

  .deutsch-b1-horen.listening-german > .container {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .deutsch-b1-horen .box_border.grey__content p {
    letter-spacing: inherit;
  }
  .deutsch-b1-horen .span-border.green,
  .deutsch-b1-horen .span-border.red {
    font: 400 18px / 1.3em Inter;
    margin: 0;
    padding: 0 12px;
    height: auto;
  }
}

@media (max-width: 575.98px) {
  .deutsch-b1-horen .box__padding__left {
    padding-top: 15px;
  }
  .deutsch-b1-horen .box__padding__left .address p {
    font: 400 16px / 1.3em Inter;
    margin-bottom: 4px;
  }

  .deutsch-b1-horen-button.primary-button.border.small {
    min-width: 100%;
    width: fit-content;
  }
  
  .deutsch-b1-horen .box_border_wrapper {
    margin-top: 50px;
  }
  
  .deutsch-b1-horen .box_border_wrapper_header {
    gap: 7px;
  }
}
